{% extends 'installer/base_installer.html' %} {% block title %}Requirements{% endblock %} {% block content %}

Server requirements

We checked your environment. Fix any failed items, then continue.

{% for c in checks %}
{{ c.name }}
{{ c.detail }}
{% if c.ok %} OK {% else %} Failed {% endif %}
{% endfor %}
{% csrf_token %}
Back
{% endblock %}